[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-272-gf9f3eec)
The branch, master has been updated
via f9f3eec945746a3f1ed6683fb861d21c4e8a2048 (commit)
from 94ced454b33f96700d003ebab7cf1df5fab7ecbe (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
=========
libgeda/src/f_basic.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit f9f3eec945746a3f1ed6683fb861d21c4e8a2048
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Sat Nov 1 15:47:01 2008 +0000
libgeda: Remove obsolete bug comment from getcwd call.
getcwd call was replaced with g_get_current_dir() call in
commit cd70e88b8c7faa4beea8b13b846e92807a252e63
:100644 100644 043ebdf... 4ba4da5... M libgeda/src/f_basic.c
=========
Changes
=========
commit f9f3eec945746a3f1ed6683fb861d21c4e8a2048
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Sat Nov 1 15:47:01 2008 +0000
libgeda: Remove obsolete bug comment from getcwd call.
getcwd call was replaced with g_get_current_dir() call in
commit cd70e88b8c7faa4beea8b13b846e92807a252e63
diff --git a/libgeda/src/f_basic.c b/libgeda/src/f_basic.c
index 043ebdf..4ba4da5 100644
--- a/libgeda/src/f_basic.c
+++ b/libgeda/src/f_basic.c
@@ -206,7 +206,6 @@ int f_open_flags(TOPLEVEL *toplevel, const gchar *filename,
/* Cache the cwd so we can restore it later. */
- /*! \bug Assumes cwd will be less than 1024 characters. */
if (flags & F_OPEN_RESTORE_CWD) {
saved_cwd = g_get_current_dir();
}
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs