summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-12-01 21:05:28 +0000
committerphk <phk@FreeBSD.org>1994-12-01 21:05:28 +0000
commit3e9d62e475aab7d71b67d66238d4474359fd192e (patch)
treec8f08a989c017079301161b8f99623d8b596ae57 /usr.sbin/ctm
parent7a0fcd058dca864f723246bd878f131532c962b3 (diff)
downloadFreeBSD-src-3e9d62e475aab7d71b67d66238d4474359fd192e.zip
FreeBSD-src-3e9d62e475aab7d71b67d66238d4474359fd192e.tar.gz
Fixed a typo. Poited out by Bruce & Phillipe.
Diffstat (limited to 'usr.sbin/ctm')
-rw-r--r--usr.sbin/ctm/ctm/ctm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ctm/ctm/ctm.c b/usr.sbin/ctm/ctm/ctm.c
index 840361c..38b3306 100644
--- a/usr.sbin/ctm/ctm/ctm.c
+++ b/usr.sbin/ctm/ctm/ctm.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: ctm.c,v 1.5 1994/10/24 20:09:20 phk Exp $
+ * $Id: ctm.c,v 1.6 1994/11/26 08:57:40 phk Exp $
*
* This is the client program of 'CTM'. It will apply a CTM-patch to a
* collection of files.
@@ -84,7 +84,7 @@ main(int argc, char **argv)
if(!argc)
stat |= Proc("-");
- while(argc-- && stat != Exit_Done) {
+ while(argc-- && stat == Exit_Done) {
stat |= Proc(*argv++);
}
OpenPOWER on IntegriCloud