[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.2-20090328-80-ga9eac3f)
The branch, master has been updated
via a9eac3fbe1057859ddd44304d72aa86407fdb548 (commit)
from 67aeb9b999d29080118a7af899ad1de362ccd2b8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
utils/src/convert_sym.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit a9eac3fbe1057859ddd44304d72aa86407fdb548
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>
Remove coms gcc warnings.
:100644 100644 13f4f0d... 32808a1... M utils/src/convert_sym.c
=========
Changes
=========
commit a9eac3fbe1057859ddd44304d72aa86407fdb548
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>
Remove coms gcc warnings.
diff --git a/utils/src/convert_sym.c b/utils/src/convert_sym.c
index 13f4f0d..32808a1 100644
--- a/utils/src/convert_sym.c
+++ b/utils/src/convert_sym.c
@@ -2168,6 +2168,6 @@ strtolower(char *s)
char *p;
for(p=s; *p; p++)
- *p = tolower(*p);
+ *p = tolower((int) *p);
}
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs