|
From: Paul F. <pg...@us...> - 2008-09-02 16:10:01
|
Update of /cvsroot/roadmap/roadmap/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18294 Modified Files: roadmap_db_dictionary.h Log Message: remove extra struct element inadvertently added by previous commit Index: roadmap_db_dictionary.h =================================================================== RCS file: /cvsroot/roadmap/roadmap/src/roadmap_db_dictionary.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** roadmap_db_dictionary.h 12 Jul 2008 09:49:14 -0000 1.2 --- roadmap_db_dictionary.h 2 Sep 2008 16:09:49 -0000 1.3 *************** *** 73,77 **** --- 73,79 ---- unsigned char count; /**< Quantity */ unsigned char position; /**< Position within the table */ + #if LATER // danny? unsigned char num_strings; /**< Number of strings contained in the table */ + #endif }; |