cp: remove c_ni from strings not pushed via in_push()
commit905b0fded9406edfce210f2b9990a12ab964944e
authorAli Gholami Rudi <ali@rudi.ir>
Fri, 19 Sep 2014 06:56:34 +0000 (19 11:26 +0430)
committerAli Gholami Rudi <ali@rudi.ir>
Fri, 19 Sep 2014 06:56:34 +0000 (19 11:26 +0430)
tree3ddcd806d0414a594c939479144f0aac9a67a1b8
parentcf343033b3077b6976585bff25c5a110dc445b49
cp: remove c_ni from strings not pushed via in_push()

In order to prevent the interpretation of escaped backslashes,
cp.c replaces the first backslash of \\ with c_ni.  This is
necessary for ren.c escape sequences like \\D.  However, when
a string is processed directly and not read from ren.c, like
the arguments of built-in requests, c_ni characters should be
removed.  Reported by Carsten Kunze <carsten.kunze@arcor.de>.
cp.c
tr.c