You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
469 B
12 lines
469 B
--- ogdi/driver/vrf/utils.c.mfix 2004-10-26 21:57:36.000000000 +0200
|
|
+++ ogdi/driver/vrf/utils.c 2007-02-25 10:19:57.000000000 +0100
|
|
@@ -1784,7 +1784,7 @@
|
|
free(tval);break;
|
|
case 'I':
|
|
get_table_element(val_pos,row,table,&ival,&n);
|
|
- sprintf(buffer," %12ld = %s \n",ival,des_buf);
|
|
+ sprintf(buffer," %12d = %s \n",ival,des_buf);
|
|
if (!ecs_AddText(&(s->result),buffer)) {
|
|
free(fclass); free(coverage); free(expression); return FALSE;
|
|
}
|