Explorar el Código

*** empty log message ***

Bogdan-Andrei Iancu hace 23 años
padre
commit
ea2aa0ad23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      route_struct.c

+ 1 - 1
route_struct.c

@@ -304,7 +304,7 @@ void print_action(struct action* a)
 					print_action((struct action*)t->p1.data);
 					break;
 			case CMDF_ST:
-					DBG("f_ptr<%x>",t->p1.data);
+					DBG("f_ptr<%p>",t->p1.data);
 					break;
 			default:
 					DBG("type<%d>", t->p1_type);