Skip to content
Snippets Groups Projects
Commit 60780084 authored by Dmitry Kovalev's avatar Dmitry Kovalev
Browse files

minor fix (eliminate warnings)

parent 4b1ff75b
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ char* backsql_make_attr_query(backsql_oc_map_rec *oc_map,backsql_at_map_rec *at_
int backsql_add_sysmaps(backsql_oc_map_rec *oc_map)
{
backsql_at_map_rec *at_map;
long len;
int len;
char s[30];
sprintf(s,"%d",oc_map->id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment