Hervé Poussineau <poussine@freesurf.fr>

Initialize default partition size to maximum size.

svn path=/trunk/; revision=13468
This commit is contained in:
Gé van Geldorp 2005-02-08 21:27:49 +00:00
parent 1914ba8245
commit 9b0eaad850

View file

@ -1710,8 +1710,8 @@ ShowPartitionSizeInputBox(SHORT Left,
strlen (Buffer),
coPos);
Buffer[0] = 0;
Index = 0;
sprintf(Buffer, "%d", MaxSize);
Index = strlen(Buffer);
DrawInputField (PARTITION_SIZE_INPUT_FIELD_LENGTH,
iLeft,
iTop,