Use ui_file_as_string in gdb/compile/
[deliverable/binutils-gdb.git] / gdb / remote-fileio.c
index 93121aaa42be769f64f7953ee9b9f6dea4578b7d..e35bd5b66afe2902edaf46de394144f6e9872fef 100644 (file)
@@ -308,7 +308,8 @@ static quit_handler_ftype *remote_fileio_o_quit_handler;
 static void
 remote_fileio_quit_handler (void)
 {
-  quit ();
+  if (check_quit_flag ())
+    quit ();
 }
 
 static void
This page took 0.024539 seconds and 4 git commands to generate.