.Xr botch fix
[unix-history] / usr / src / old / adb / common_source / print.c
index 57b5951..731ffa3 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)print.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)print.c    5.3 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -75,7 +75,7 @@ printtrace(modif)
                                        error(NOTOPEN);
                                        /* NOTREACHED */
                                }
                                        error(NOTOPEN);
                                        /* NOTREACHED */
                                }
-                               var[9] = gavecount ? ecount : 1;
+                               var[9] = ecount;
                        } else {
                                oclose();
                                outfile = open(file, O_CREAT|O_WRONLY, 0644);
                        } else {
                                oclose();
                                outfile = open(file, O_CREAT|O_WRONLY, 0644);