Merge branch 'master' of github.com:FacialTurd/PowderToypp

This commit is contained in:
Simon Robertshaw 2012-06-22 19:04:55 +01:00
commit 333509842d

View File

@ -108,7 +108,7 @@ int update_start(char *data, int len)
return 0;
#else
temp = malloc(strlen(self)+8);
temp = (char*)malloc(strlen(self)+8);
strcpy(temp, self);
strcat(temp, "-update");