Commit c2acb817 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Unset the flag chris you dolt

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@745 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent c1049ace
Showing with 1 addition and 0 deletions
+1 -0
...@@ -91,6 +91,7 @@ int search_init(int replacing) ...@@ -91,6 +91,7 @@ int search_init(int replacing)
if (ISSET(CLEAR_BACKUPSTRING)) { if (ISSET(CLEAR_BACKUPSTRING)) {
free(backupstring); free(backupstring);
backupstring = NULL; backupstring = NULL;
UNSET(CLEAR_BACKUPSTRING);
} }
/* Okay, fun time. backupstring is our holder for what is being /* Okay, fun time. backupstring is our holder for what is being
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment