]> arthur.barton.de Git - netatalk.git/commit
stupid stuff, replace
authordidg <didg>
Sun, 12 Jan 2003 14:39:57 +0000 (14:39 +0000)
committerdidg <didg>
Sun, 12 Jan 2003 14:39:57 +0000 (14:39 +0000)
commitd5fe0508bed28ef27f5d3c98315d84f96dd357c4
treed81b1bde9d2ea06fbc1a0dbb8df4ecad59df2781
parentf95bee25c76866918188b0c133ccc653331662d6
stupid stuff, replace
if ((a = b) == c)
with
if (c == (a = b))
for '==' and '!=' operators. the form ((a = b) == c) is confusing for some, not
smart enough, data-flow analyser.
13 files changed:
etc/afpd/afp_options.c
etc/afpd/appl.c
etc/afpd/desktop.c
etc/afpd/directory.c
etc/afpd/enumerate.c
etc/afpd/file.c
etc/afpd/filedir.c
etc/afpd/fork.c
etc/afpd/mangle.c
etc/afpd/unix.c
etc/afpd/volume.c
libatalk/adouble/ad_open.c
libatalk/dsi/dsi_stream.c