| Previous | 199869 Revisions | Next |
| r20979 Tuesday 12th February, 2013 at 14:04:48 UTC by Angelo Salese |
|---|
| Fix for file system printing, thanks to Firewave |
| [src/emu/machine] | stvcd.c |
| r20978 | r20979 | |
|---|---|---|
| 1989 | 1989 | { |
| 1990 | 1990 | curentry->name[i] = sect[nextent+33+i]; |
| 1991 | 1991 | } |
| 1992 | curentry->name[i] = '\0'; // terminate | |
| 1992 | 1993 | //printf("%08x %08x %s %d/%d/%d\n",curentry->firstfad,curentry->length,curentry->name,curentry->year,curentry->month,curentry->day); |
| 1993 | curentry->name[i] = '\0'; // terminate | |
| 1994 | 1994 | |
| 1995 | 1995 | nextent += sect[nextent]; |
| 1996 | 1996 | curentry++; |
| Previous | 199869 Revisions | Next |