Revision: 7556 http://sourceforge.net/p/ipcop/svn/7556 Author: owes Date: 2014-05-21 16:47:17 +0000 (Wed, 21 May 2014) Log Message: ----------- Should be the other way around, decrease size when user size is NOT set.
Modified Paths: -------------- ipcop/trunk/src/installer/partition.c Modified: ipcop/trunk/src/installer/partition.c =================================================================== --- ipcop/trunk/src/installer/partition.c 2014-05-20 19:35:50 UTC (rev 7555) +++ ipcop/trunk/src/installer/partition.c 2014-05-21 16:47:17 UTC (rev 7556) @@ -107,7 +107,7 @@ wrong disk size informations from /sys/block/DEVICE/size. Also alignment 'modifications' might lead to difficulty. */ - if (part_options & PART_OPTIONS_USER_SIZE) { + if (!(part_options & PART_OPTIONS_USER_SIZE)) { disk_size -= 5; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn