[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (1.1.1.20070708-63-g6482c39)



The branch, master has been updated
       via  6482c39d6983f7505b49068466feaea6c06cb50f (commit)
      from  703151a94b0eece6b24b3b18ce2465eeae068814 (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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 6482c39d6983f7505b49068466feaea6c06cb50f
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Fri Aug 10 21:57:30 2007 -0400

    Fixed a nasty bug that was causing gsymcheck's make check to randomly fail

:100644 100644 c19a1ca... c6d8569... M	libgeda/src/f_basic.c

=========
 Changes
=========

commit 6482c39d6983f7505b49068466feaea6c06cb50f
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Fri Aug 10 21:57:30 2007 -0400

    Fixed a nasty bug that was causing gsymcheck's make check to randomly fail

diff --git a/libgeda/src/f_basic.c b/libgeda/src/f_basic.c
index c19a1ca..c6d8569 100644
--- a/libgeda/src/f_basic.c
+++ b/libgeda/src/f_basic.c
@@ -199,7 +199,7 @@ int f_open_flags(TOPLEVEL *w_current, const gchar *filename,
     w_current->page_current->object_tail = (OBJECT *) 
     o_read(w_current, w_current->page_current->object_tail, 
 	   backup_filename);
-  } else if (g_file_test (filename, G_FILE_TEST_EXISTS)) {
+  } else if (g_file_test (full_filename, G_FILE_TEST_EXISTS)) {
     /* Load the original file */
     w_current->page_current->object_tail = (OBJECT *) 
     o_read(w_current, w_current->page_current->object_tail, 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs