head	1.2;
access;
symbols
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.11.20.13.31.43;	author ijliao;	state dead;
branches;
next	1.1;

1.1
date	2002.03.31.03.10.17;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@upgrade to 1.8.1

PR:		45458
Submitted by:	Ports Fury
@
text
@--- components/gatherer/standard/skim/skim.c.orig	Sat Mar 30 18:54:27 2002
+++ components/gatherer/standard/skim/skim.c	Sat Mar 30 18:54:45 2002
@@@@ -15,7 +15,7 @@@@
 
 int Argc;
 char **Argv;
-FILE *InputFile = stdin;
+FILE *InputFile;
 
 main(argc, argv)
 int argc;
@@@@ -25,6 +25,8 @@@@
 	int Skipping = 0, nlines = 0;
 	char *Ptr;
 	char *EndLine;
+
+	InputFile = stdin;
 
 	/* Set up globals */
 	Argc = argc;
@


1.1
log
@Remove #include <malloc.h>
Don't statically initialize a FILE *
@
text
@@

