* frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Apr 2011 23:32:38 +0000 (16:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Apr 2011 23:32:38 +0000 (16:32 -0700)
commit5e073ec7384c432e42a8affeeb6d6906588f2af9
tree0f36f403e54e206165f1893f3139a2c22c42025d
parentd0f4e1f5ac162d9c32381c65a0bc7b456e189826
* frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right

here, since it parses constructs like leading '-' and spaces,
which are not wanted; and it overflows with large numbers.
Instead, simply match F[0-9]+, which is what is wanted anyway.
src/ChangeLog
src/frame.c