"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "navit/command.c" between
navit-0.5.5.tar.gz and navit-0.5.6.tar.gz

About: NavIt is a car navigation system with GPS tracking and a routing engine.

command.c  (navit-0.5.5):command.c  (navit-0.5.6)
skipping to change at line 158 skipping to change at line 158
default: default:
return g_strdup("unknown"); return g_strdup("unknown");
} }
} }
static void result_free(struct result *res) { static void result_free(struct result *res) {
if(res->allocated) { if(res->allocated) {
attr_free_content(&res->attr); attr_free_content(&res->attr);
res->allocated=0; res->allocated=0;
} else { } else {
res->attr.type=type_none; res->attr.type=attr_none;
res->attr.u.data=NULL; res->attr.u.data=NULL;
} }
} }
static int command_register_callbacks(struct command_saved *cs); static int command_register_callbacks(struct command_saved *cs);
static const char *get_op(struct context *ctx, int test, ...) { static const char *get_op(struct context *ctx, int test, ...) {
char *op; char *op;
const char *ret=NULL; const char *ret=NULL;
va_list ap; va_list ap;
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)