* config/tc-ppc.c (ppc_frob_symbol): Formatting, warning fix.
[deliverable/binutils-gdb.git] / gdb / event-top.c
index 823a3e1f68d6e9de871382ca41ed233292419c2d..86c658d030ec905434fd5af40beb18c72138cee6 100644 (file)
@@ -683,7 +683,7 @@ command_line_handler (char *rl)
 
   xfree (rl);                  /* Allocated in readline.  */
 
-  if (*(p - 1) == '\\')
+  if (p > linebuffer && *(p - 1) == '\\')
     {
       p--;                     /* Put on top of '\'.  */
 
This page took 0.023562 seconds and 4 git commands to generate.