OSSP CVS Repository

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

Check-in Number: 1269
Date: 2001-Nov-07 17:29:56 (local)
2001-Nov-07 16:29:56 (UTC)
User:rse
Branch:
Comment: fix warning
Tickets:
Inspections:
Files:
ossp-pkg/l2/l2_spec_scan.l      1.1 -> 1.2     1 inserted, 1 deleted

ossp-pkg/l2/l2_spec_scan.l 1.1 -> 1.2

--- l2_spec_scan.l       2001/11/07 16:17:09     1.1
+++ l2_spec_scan.l       2001/11/07 16:29:56     1.2
@@ -82,7 +82,7 @@
     CTX->rv = L2_ERR_ARG;
 }   
 <str>\\[0-7]{1,3} {
-    int result;
+    unsigned int result;
     (void)sscanf(yytext+1, "%o", &result);
     if (result > 0xff) {
         l2_env_errorinfo(CTX->env, L2_ERR_ARG, "%s", "Escape sequence out of bound");

CVSTrac 2.0.1