Add system mounting
Also fixed sizes not re rendering when scrolling
This commit is contained in:
@@ -14,7 +14,7 @@ int _copystring(char *out, const char *in, int copynumb){
|
||||
if (strlength > copynumb + 1) strlength = copynumb;
|
||||
memset(out + strlength, '\0', 1);
|
||||
int ret = copynumb - strlength;
|
||||
return ret;
|
||||
return ret + 4;
|
||||
}
|
||||
|
||||
int messagebox(char *message){
|
||||
|
||||
Reference in New Issue
Block a user