filename | src/gdrom/gdrom.c |
changeset | 446:def93c34c84c |
prev | 433:a4f61551d79d |
next | 452:48db4ac96899 |
author | nkeynes |
date | Tue Oct 16 12:28:42 2007 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Change command line handling to not require -d |
file | annotate | diff | log | raw |
1.1 --- a/src/gdrom/gdrom.c Tue Oct 09 08:48:28 2007 +00001.2 +++ b/src/gdrom/gdrom.c Tue Oct 16 12:28:42 2007 +00001.3 @@ -1,6 +1,6 @@1.5 /**1.6 - * $Id: gdrom.c,v 1.14 2007-10-09 08:45:00 nkeynes Exp $1.7 + * $Id: gdrom.c,v 1.15 2007-10-16 12:28:42 nkeynes Exp $1.8 *1.9 * GD-Rom access functions.1.10 *1.11 @@ -79,9 +79,6 @@1.12 }1.13 }1.15 - if( !recognized ) {1.16 - ERROR( "Unable to open disc %s: Unsupported format", filename );1.17 - }1.18 fclose(f);1.19 return NULL;1.20 }
.