OSSP CVS Repository

ossp - Difference in ossp-pkg/str/str_p.h versions 1.20 and 1.21
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/str/str_p.h 1.20 -> 1.21

--- str_p.h      2002/04/01 09:03:49     1.20
+++ str_p.h      2003/01/06 19:13:47     1.21
@@ -1,9 +1,9 @@
 /*
 **  OSSP str - String Handling
-**  Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>
-**  Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
+**  Copyright (c) 1999-2003 Ralf S. Engelschall <rse@engelschall.com>
+**  Copyright (c) 1999-2003 The OSSP Project <http://www.ossp.org/>
 **
-**  This file is part of OSSP str, a string handling and manipulation 
+**  This file is part of OSSP str, a string handling and manipulation
 **  library which can be found at http://www.ossp.org/pkg/lib/str/.
 **
 **  Permission to use, copy, modify, and distribute this software for
@@ -67,9 +67,9 @@
 struct str_vformat_st {
     char *curpos;
     char *endpos;
-    union { 
-        int i; long l; 
-        double d; void *p; 
+    union {
+        int i; long l;
+        double d; void *p;
     } data[6];
     int (*flush)(struct str_vformat_st *);
     char *(*format)(

CVSTrac 2.0.1