From a03be10377e0ee641eded063e68c5c25d438b361 Mon Sep 17 00:00:00 2001 From: solar Date: Tue, 11 Jan 2011 05:49:19 +0000 Subject: [PATCH] Fix for #41. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@511 546481bc-9713-0410-bf18-d3337bbf4a3e --- functions/_PDCLIB/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/_PDCLIB/scan.c b/functions/_PDCLIB/scan.c index 15b1d50..6910aef 100644 --- a/functions/_PDCLIB/scan.c +++ b/functions/_PDCLIB/scan.c @@ -39,7 +39,7 @@ */ static int GET( struct _PDCLIB_status_t * status ) { - int rc; + int rc = EOF; if ( status->stream != NULL ) { rc = getc( status->stream ); -- 2.30.2