bb2df79942fbe99f5a8fbb8f87cf4c3e8cab32a5
galt
  Tue Apr 27 18:43:20 2010 -0700
fixed tiny bug - added check that h output file was actually open
diff --git git-reports.c git-reports.c
index d12c8f5..db0736e 100644
--- git-reports.c
+++ git-reports.c
@@ -357,6 +357,7 @@
         //@@ -99,7 +99,9 @@
 	// saves 17 seconds over the more expensive sed command
 	}
+    if (h)
     fprintf(h, "%s\n", line);
     }
 if (h)