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

Fixed typo in previous commit.

parent 1dc8df15
Branches
Tags
No related merge requests found
......@@ -532,7 +532,7 @@ char* iniSetBytes(str_list_t* list, const char* section, const char* key, ulong
double bytes;
if(value==0)
SAFECPY(str,"0");
SAFECOPY(str,"0");
else
switch(unit) {
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