Browse Source

- Fix function

pull/550/head
Felipe Pena 13 years ago
parent
commit
6aad2ee42c
  1. 1
      phpdbg_utils.c

1
phpdbg_utils.c

@ -28,4 +28,5 @@ int phpdbg_is_numeric(const char *str) /* {{{ */
}
return isdigit(*str);
}
return 0;
} /* }}} */
Loading…
Cancel
Save