bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / fdisk_sun.c
index f62a53ac6a81ca7385a0f8b38b40d292cff18d42..3697a69b95dda6d8b013ded3c7c49ddb0f580248 100644 (file)
@@ -606,7 +606,7 @@ sun_change_sysid(int i, int sys)
                        "there may destroy your partition table and bootblock.\n"
                        "Type YES if you're very sure you would like that partition\n"
                        "tagged with 82 (Linux swap): ");
-               if (strcmp(line_ptr, "YES\n"))
+               if (strcmp(line_ptr, "YES") != 0)
                        return;
        }
        switch (sys) {