revision 892:126aa7db6162
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 892:126aa7db6162 |
parent | 891:de9d08282160 |
child | 893:8eae02de411a |
author | nkeynes |
date | Fri Oct 24 03:46:53 2008 +0000 (12 years ago) |
Remove unused vararg
![]() | src/dreamcast.c | view | annotate | diff | log |
1.1 --- a/src/dreamcast.c Thu Oct 23 12:39:01 2008 +00001.2 +++ b/src/dreamcast.c Fri Oct 24 03:46:53 2008 +00001.3 @@ -301,7 +301,7 @@1.4 }1.5 if( header.version != DREAMCAST_SAVE_VERSION ) {1.6 if( error != NULL )1.7 - snprintf( error, errorlen, _("Unsupported %s save state version"), APP_NAME, header.version );1.8 + snprintf( error, errorlen, _("Unsupported %s save state version"), APP_NAME );1.9 return 0;1.10 }1.11 if( header.module_count > MAX_MODULES ) {
.