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

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-318-g31c00dd)



The branch, master has been updated
       via  31c00dd1779cfe122951c29b2632e2ad838d423a (commit)
      from  3f607ec3eefd9477d277747be089ac94e5afbd57 (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/a_basic.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)


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

commit 31c00dd1779cfe122951c29b2632e2ad838d423a
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Mon Nov 24 14:59:55 2008 +0000

    libgeda: Don't prompt to run g{sch|sym}update on version 1 files
    
    These utilities were designed for upgrading files prior to the
    introduction of numbered versions, and running these utilities
    could be damaging to people's version 1 schematics.

:100644 100644 c4fd0ec... 4c86cf2... M	libgeda/src/a_basic.c

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

commit 31c00dd1779cfe122951c29b2632e2ad838d423a
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Mon Nov 24 14:59:55 2008 +0000

    libgeda: Don't prompt to run g{sch|sym}update on version 1 files
    
    These utilities were designed for upgrading files prior to the
    introduction of numbered versions, and running these utilities
    could be damaging to people's version 1 schematics.

diff --git a/libgeda/src/a_basic.c b/libgeda/src/a_basic.c
index c4fd0ec..4c86cf2 100644
--- a/libgeda/src/a_basic.c
+++ b/libgeda/src/a_basic.c
@@ -463,12 +463,11 @@ OBJECT *o_read_buffer(TOPLEVEL *toplevel, OBJECT *object_list,
         { 
           fileformat_ver = 0;
 	}
-        
-	if (fileformat_ver < current_fileformat_ver)
-        {
+
+        if (fileformat_ver == 0) {
           s_log_message(_("Read an old format sym/sch file!\n"
                           "Please run g[sym|sch]update on:\n[%s]\n"), name);
-	}
+        }
         break;
 
       default:




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