X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fstring.c;h=cb913242092e28e3e267a871b69e388eb77d0c3e;hb=0695aae1eb75b439862d0f7fbf099b5d08f55af0;hp=fbb19537cba40fcf6d0302f82a66a9a6c0619253;hpb=48e32fe6695541cccec39bb48cebf023f447e462;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/string.c b/src/src/string.c index fbb19537c..cb9132420 100644 --- a/src/src/string.c +++ b/src/src/string.c @@ -960,7 +960,7 @@ else && (g->ptr == 1 || g->s[g->ptr-2] != '\\') ) g->ptr--; buffer = string_from_gstring(g); - gstring_release_unused_trc(g, func, line); + gstring_release_unused_trc(g, CCS func, line); } /* Update the current pointer and return the new string */