[PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions and CSR
[deliverable/binutils-gdb.git] / bfd / bfdio.c
index bba8d896d3a7849a8fd7449dec923b72a11458b0..0133b76064a6f6c94f4763989799c154e01e756c 100644 (file)
@@ -130,7 +130,7 @@ _bfd_real_fopen (const char *filename, const char *modes)
       strcat (fullpath, filename);
 
       /* Convert any UNIX style path separators into the DOS form.  */
-      for (i = 0, fullpath[i]; i++)
+      for (i = 0; fullpath[i]; i++)
         {
           if (IS_UNIX_DIR_SEPARATOR (fullpath[i]))
            fullpath[i] = '\\';
This page took 0.041033 seconds and 4 git commands to generate.