projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdc9c3f
)
(posix_time_parse): Change type of index `i' from int to unsigned int.
author
Jim Meyering
<jim@meyering.net>
Thu, 31 Dec 1998 14:53:16 +0000
(14:53 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 31 Dec 1998 14:53:16 +0000
(14:53 +0000)
lib/posixtm.c
patch
|
blob
|
history
diff --git
a/lib/posixtm.c
b/lib/posixtm.c
index 2e3f791f7e3b97543317b34ce610fb4881faa1de..062d3a05c712f518636dc57f7a1875d664633683 100644
(file)
--- a/
lib/posixtm.c
+++ b/
lib/posixtm.c
@@
-117,7
+117,7
@@
posix_time_parse (const char *s, unsigned int syntax_bits)
const char *dot = NULL;
int pair[6];
int *p;
- int i;
+
unsigned
int i;
size_t s_len = strlen (s);
size_t len = (((syntax_bits & PDS_SECONDS) && (dot = strchr (s, '.')))