Return scoped_fd from open_source_file and find_and_open_source
[deliverable/binutils-gdb.git] / gdb / charset.c
index 8bb2b4d669f85ccf628885743b7f66a586cc91f3..64757ab279675afb3c821f11e7a5a94d0cb6771a 100644 (file)
@@ -548,7 +548,7 @@ convert_between_encodings (const char *from, const char *to,
 
       /* Now make sure that the object on the obstack only includes
         bytes we have converted.  */
-      obstack_blank_fast (output, -outleft);
+      obstack_blank_fast (output, -(ssize_t) outleft);
 
       if (r == (size_t) -1)
        {
This page took 0.023848 seconds and 4 git commands to generate.