OSSP CVS Repository

ossp - Check-in [2447]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2447
Date: 2002-Jul-31 15:20:50 (local)
2002-Jul-31 13:20:50 (UTC)
User:thl
Branch:
Comment: Oops! Null command caused openfsldebugpermanenterror being always set
Tickets:
Inspections:
Files:
ossp-pkg/fsl/fsl.c      1.43 -> 1.44     1 inserted, 1 deleted

ossp-pkg/fsl/fsl.c 1.43 -> 1.44

--- fsl.c        2002/07/31 12:58:03     1.43
+++ fsl.c        2002/07/31 13:20:50     1.44
@@ -661,7 +661,7 @@
 CUS:
     if (rc != FSL_OK)
         closefsllog();
-    if (rc == FSL_ERR_ARG);
+    if (rc == FSL_ERR_ARG)
         ctx.openfsldebugpermanenterror = TRUE;
 }
 

CVSTrac 2.0.1