Skip to content

Commit

Permalink
VRP_core.cpp pg_sprintf compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZupoLlask committed Jan 3, 2014
1 parent 508c446 commit 5d0a203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vrp_basic/src/VRP_core.cpp
Expand Up @@ -19,7 +19,7 @@ void dlog(char *ptr)
void loadOrders(vrp_orders_t *orders, int order_count, int depotId)
{
int i;
sprintf(buff, "%d", depotId);
//sprintf(buff, "%d", depotId);
//dlog("Depot ID");
//dlog(buff);
for(i = 0; i < order_count; i++)
Expand Down

0 comments on commit 5d0a203

Please sign in to comment.