use %lu instead of %d for unsigned formatting

svn path=/trunk/; revision=15825
This commit is contained in:
Thomas Bluemel 2005-06-07 13:53:37 +00:00
parent 1413f0bd4c
commit 72448a5e50

View file

@ -1716,7 +1716,7 @@ ShowPartitionSizeInputBox(SHORT Left,
strlen (Buffer),
coPos);
sprintf(Buffer, "%d", MaxSize);
sprintf(Buffer, "%lu", MaxSize);
Index = strlen(Buffer);
DrawInputField (PARTITION_SIZE_INPUT_FIELD_LENGTH,
iLeft,