Revision: 2776
http://ipcop.svn.sourceforge.net/ipcop/?rev=2776&view=rev
Author: gespinasse
Date: 2009-05-03 09:52:57 +0000 (Sun, 03 May 2009)
Log Message:
-----------
Fix a warning in installer.c since MiB change by using %ld
Modified Paths:
--------------
ipcop/trunk/src/installer/installer.c
Modified: ipcop/trunk/src/installer/installer.c
===================================================================
--- ipcop/trunk/src/installer/installer.c 2009-05-03 08:37:39 UTC (rev
2775)
+++ ipcop/trunk/src/installer/installer.c 2009-05-03 09:52:57 UTC (rev
2776)
@@ -931,7 +931,7 @@
if (userdisksize < disk_size) {
disk_size = userdisksize;
- fprintf(flog, "Use user selected max. disksize: %d MiB\n", disk_size);
+ fprintf(flog, "Use user selected max. disksize: %ld MiB\n", disk_size);
}
/* Partition, format, mount, initramfs and make bootable
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn