diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-06-16 23:57:09 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-06-16 23:57:09 +0000 |
commit | 2d35d0cf1d152438c20648d863f5993e672337dc (patch) | |
tree | 5c879b30975a99ba1937582b89071a808c63820a /source/param/params.c | |
parent | ac91ef30932e3e472a16c4c756f6dfddc1b18487 (diff) | |
download | samba-2d35d0cf1d152438c20648d863f5993e672337dc.tar.gz samba-2d35d0cf1d152438c20648d863f5993e672337dc.tar.xz samba-2d35d0cf1d152438c20648d863f5993e672337dc.zip |
reverted lukes changes in param/
apparently they were not deliberate, they were probably a result of
Luke accidentally copying a CVS directory from one spot to another in
error
Diffstat (limited to 'source/param/params.c')
-rw-r--r-- | source/param/params.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/param/params.c b/source/param/params.c index 25f9004c27b..1cf3aa9eb12 100644 --- a/source/param/params.c +++ b/source/param/params.c @@ -203,6 +203,7 @@ static int Continuation( char *line, int pos ) /* we should recognize if `\` is part of a multibyte character or not. */ while(pos2 <= pos) { size_t skip = 0; + skip = get_character_len(line[pos2]); if (skip) { pos2 += skip; } else if (pos == pos2) { |