/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
- --- src/utils.cc 2007-04-30 12:30:18.000000000 -0800
- +++ utils.cc 2007-09-04 01:10:29.000000000 -0800
- @@ -53,7 +53,7 @@
- static const guint64 KILOBYTE = 1024;
- static const guint64 MEGABYTE = 1048576; // 1024 * 1024;
- static const guint64 GIGABYTE = 1073741824; // 1024 * 1024 * 1024;
- -static const guint64 TERABYTE = 1099511627776; // 1024 * 1024 * 1024 * 1024;
- +//static const guint64 TERABYTE = 1099511627776; // 1024 * 1024 * 1024 * 1024;
-
- Glib::ustring
- i18n_printf(const Glib::ustring& format, ...)