Chameleon

Chameleon Commit Details

Date:2011-06-24 03:23:53 (12 years 10 months ago)
Author:Azimutz
Commit:1046
Parents: 1045
Message:Missed this one; change another printf/getchar combination to pause() function; This function prints the message "Press a key to continue..." and uses getchar() to pause.
Changes:
M/trunk/i386/libsaio/biosfn.c

File differences

trunk/i386/libsaio/biosfn.c
509509
510510
511511
512
512
513513
514514
515515
printf("media_type: %x\n", pkt.media_type);
printf("drive_num: %x\n", pkt.drive_num);
printf("device_spec: %x\n", pkt.device_spec);
printf("press a key->\n"); getchar();
pause();
#endif
/* Some BIOSes erroneously return cf = 1 */

Archive Download the corresponding diff file

Revision: 1046