X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Futil.c;h=78eb728121a3423aeb651c8682fa5a8a52728b18;hb=f3d4cc01488e4b7acf05da02b487f93ae9744337;hp=8360eb68fd435244a976981c9a4e15a5618053df;hpb=8f75a603ec833a07a9d9d05782713807297c0c53;p=elogind.git diff --git a/src/util.c b/src/util.c index 8360eb68f..78eb72812 100644 --- a/src/util.c +++ b/src/util.c @@ -1212,7 +1212,7 @@ char *cunescape(const char *s) { default: /* Invalid escape code, let's take it literal then */ *(t++) = '\\'; - *(t++) = 'f'; + *(t++) = *f; break; } }