1
0
Fork 0
forked from len0rd/rockbox

fix compiler error

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6305 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-04-15 21:17:01 +00:00
parent 5811214b0c
commit cdd35ba220

View file

@ -97,7 +97,7 @@ struct GPatch * gusload(char * filename)
if(file == -1)
{
char message[50];
snprintf(message, 50, "Error opening %s", filename);
rb->snprintf(message, 50, "Error opening %s", filename);
rb->splash(HZ*2, true, message);
return NULL;
}