Skip to content
Snippets Groups Projects
Commit eea46a8c authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-07-01 13:12:09 by simonmar]

8-bit clarity
parent 90779f44
No related merge requests found
/*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
*
* $Id: readFile.c,v 1.4 1999/05/05 10:33:16 sof Exp $
* $Id: readFile.c,v 1.5 1999/07/01 13:12:09 simonmar Exp $
*
* hGetContents Runtime Support
*/
......@@ -278,7 +278,7 @@ StgForeignPtr ptr;
{
IOFileObject* fo= (IOFileObject*)ptr;
int count,rc=0;
char c;
unsigned char c;
/* Check if someone hasn't zapped us */
if ( fo == NULL || fo->fd == -1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment