new option -o
[fw/sdcc] / src / asm.c
index e1da90635b4053881b8fbf7f67ea14d302cda3f0..8b9f7798075154c11763ce867c7c3986efee523a 100644 (file)
--- a/src/asm.c
+++ b/src/asm.c
@@ -130,7 +130,7 @@ tvsprintf (char *buffer, const char *format, va_list ap)
              break;
            case 'F':
              // Source file name.
-             pInto = _appendAt (pInto, newFormat, srcFileName);
+             pInto = _appendAt (pInto, newFormat, fullSrcFileName);
               sz++;
              break;
             case 'N':