mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-21 03:57:55 +08:00
Remove an unused variable and a noop
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
Thu Apr 28 21:34:57 CDT 2005 Jeff Smith <whydoubt@yahoo.com>
|
||||||
|
* src/util/mdb-check.c:
|
||||||
|
* src/util/sargtest.c: Remove an unused variable and a noop
|
||||||
|
|
||||||
Sat Apr 9 15:40:17 CDT 2005 Jeff Smith <whydoubt@yahoo.com>
|
Sat Apr 9 15:40:17 CDT 2005 Jeff Smith <whydoubt@yahoo.com>
|
||||||
* src/gmdb2/gladefiles/gmdb-debug.glade:
|
* src/gmdb2/gladefiles/gmdb-debug.glade:
|
||||||
* src/gmdb2/gladefiles/gmdb-schema.glade:
|
* src/gmdb2/gladefiles/gmdb-schema.glade:
|
||||||
|
@@ -43,7 +43,6 @@ int i, j, k;
|
|||||||
MdbHandle *mdb;
|
MdbHandle *mdb;
|
||||||
MdbCatalogEntry *entry;
|
MdbCatalogEntry *entry;
|
||||||
MdbTableDef *table;
|
MdbTableDef *table;
|
||||||
MdbColumn *col;
|
|
||||||
char *tabname = NULL;
|
char *tabname = NULL;
|
||||||
int opt;
|
int opt;
|
||||||
|
|
||||||
|
@@ -86,7 +86,6 @@ MdbSarg sarg;
|
|||||||
while(mdb_fetch_row(table)) {
|
while(mdb_fetch_row(table)) {
|
||||||
fprintf(stdout,"%s",bound_values[0]);
|
fprintf(stdout,"%s",bound_values[0]);
|
||||||
for (j=1;j<table->num_cols;j++) {
|
for (j=1;j<table->num_cols;j++) {
|
||||||
col=g_ptr_array_index(table->columns,j);
|
|
||||||
fprintf(stdout,"%s%s",DELIMETER,bound_values[j]);
|
fprintf(stdout,"%s%s",DELIMETER,bound_values[j]);
|
||||||
}
|
}
|
||||||
fprintf(stdout,"\n");
|
fprintf(stdout,"\n");
|
||||||
|
Reference in New Issue
Block a user