X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fasm.c;fp=src%2Fasm.c;h=8b9f7798075154c11763ce867c7c3986efee523a;hb=7acf410d97f954d4aa6f2a728e2faa39b555ba13;hp=e1da90635b4053881b8fbf7f67ea14d302cda3f0;hpb=34982a536a2dee56195af82cfec1b8db4441e2f7;p=fw%2Fsdcc diff --git a/src/asm.c b/src/asm.c index e1da9063..8b9f7798 100644 --- 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':