/specs/usbsink/usbsink-utils.patch

http://github.com/repoforge/rpms · Patch · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · e71f32b5728db366ab630b1e87f4c1b0 MD5 · raw file

  1. --- src/utils.cc 2007-04-30 12:30:18.000000000 -0800
  2. +++ utils.cc 2007-09-04 01:10:29.000000000 -0800
  3. @@ -53,7 +53,7 @@
  4. static const guint64 KILOBYTE = 1024;
  5. static const guint64 MEGABYTE = 1048576; // 1024 * 1024;
  6. static const guint64 GIGABYTE = 1073741824; // 1024 * 1024 * 1024;
  7. -static const guint64 TERABYTE = 1099511627776; // 1024 * 1024 * 1024 * 1024;
  8. +//static const guint64 TERABYTE = 1099511627776; // 1024 * 1024 * 1024 * 1024;
  9. Glib::ustring
  10. i18n_printf(const Glib::ustring& format, ...)