branch | gsoc2008_nds |
changeset 2698 | e1da92da346c |
parent 2049 | 5f6550e5184f |
child 2859 | 99210400e8b9 |
1.1 --- a/src/SDL_error.c Thu Aug 21 12:38:21 2008 +0000 1.2 +++ b/src/SDL_error.c Wed Aug 27 04:23:38 2008 +0000 1.3 @@ -180,8 +180,8 @@ 1.4 case 's': 1.5 len = 1.6 SDL_snprintf(msg, maxlen, tmp, 1.7 - SDL_LookupString(error-> 1.8 - args[argi++].buf)); 1.9 + SDL_LookupString(error->args[argi++]. 1.10 + buf)); 1.11 msg += len; 1.12 maxlen -= len; 1.13 break;