Skip to content
Snippets Groups Projects
Commit f0b06043 authored by rswindell's avatar rswindell
Browse files

Fixed typo in previous commit.

parent 1dc8df15
No related branches found
No related tags found
No related merge requests found
...@@ -532,7 +532,7 @@ char* iniSetBytes(str_list_t* list, const char* section, const char* key, ulong ...@@ -532,7 +532,7 @@ char* iniSetBytes(str_list_t* list, const char* section, const char* key, ulong
double bytes; double bytes;
if(value==0) if(value==0)
SAFECPY(str,"0"); SAFECOPY(str,"0");
else else
switch(unit) { switch(unit) {
case 1024*1024*1024: case 1024*1024*1024:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment