[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-210-g5e9e575)
The branch, master has been updated
via 5e9e5758e70e1e822d1850b1d4661c0f8ce8ff1d (commit)
from f58328ec7a4d445b98b67a63b23647f25ae7bb4c (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 5e9e5758e70e1e822d1850b1d4661c0f8ce8ff1d
Author: Kipton Moravec <kip@xxxxxxxxxx>
Date: Mon Oct 6 02:18:13 2008 +0100
utils/convert_sym: Fixed typo causing build failure without snprintf
:100644 100644 5d04bd5... a8ee933... M utils/src/convert_sym.c
=========
Changes
=========
commit 5e9e5758e70e1e822d1850b1d4661c0f8ce8ff1d
Author: Kipton Moravec <kip@xxxxxxxxxx>
Date: Mon Oct 6 02:18:13 2008 +0100
utils/convert_sym: Fixed typo causing build failure without snprintf
diff --git a/utils/src/convert_sym.c b/utils/src/convert_sym.c
index 5d04bd5..a8ee933 100644
--- a/utils/src/convert_sym.c
+++ b/utils/src/convert_sym.c
@@ -1888,7 +1888,7 @@ attribute_object(int x, int y, unsigned int color, unsigned int size,
snprintf(tmpName, MAX_TEXTLEN, "netname");
snprintf(tmpValue, MAX_TEXTLEN, "NC");
#else
- snprintf(tmpName, "netname");
+ sprintf(tmpName, "netname");
sprintf(tmpValue, "NC");
#endif
show_name_value = 1;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs