|
From: Tony Li <to...@to...> - 2013-08-15 04:49:32
|
Hi,
I'm using version 15.8a on OS X 10.8.4.
Using the curses interface, I'm trying to a text replacement, looking for "free(badptr);" and replacing it with "better_free(goodptr);" [Names have been changed to protect the guilty as sin. ;-) ]
I'm able to search for "free", or "badptr", but I can't get scope to find "free(" or "free\(".
What's the magic here?
Thanks,
Tony
|