Files
libguestfs/rescue
Pino Toscano d1f580550b rescue: fix sscanf placeholders for --smp and --memsize
Use %d to parse them as int (since the variables for them as int)
instead of %u, even if they both need to be at least > 0; the library
will check for the validity of them anyway.
2014-08-08 11:20:19 +02:00
..