commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hurd-l4/wortel output.c


From: Marcus Brinkmann
Subject: hurd-l4/wortel output.c
Date: Thu, 18 Sep 2003 13:33:45 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd-l4
Branch:         
Changes by:     Marcus Brinkmann <address@hidden>       03/09/18 13:33:45

Modified files:
        wortel         : output.c 

Log message:
        Break when output device driver is found.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/wortel/output.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: hurd-l4/wortel/output.c
diff -u hurd-l4/wortel/output.c:1.4 hurd-l4/wortel/output.c:1.5
--- hurd-l4/wortel/output.c:1.4 Mon Sep 15 20:42:17 2003
+++ hurd-l4/wortel/output.c     Thu Sep 18 13:33:45 2003
@@ -55,7 +55,10 @@
       while (*out)
        {
          if (!strcmp (name, (*out)->name))
-           output = *out;
+           {
+             output = *out;
+             break;
+           }
          out++;
        }
       if (!output)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]