mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 23:53:25 +00:00
corrected some print statements and variable names
This commit is contained in:
parent
15e4073572
commit
79b6e800c6
5 changed files with 13 additions and 9 deletions
4
dalan.c
4
dalan.c
|
@ -1,5 +1,5 @@
|
|||
/* source: dalan.c */
|
||||
/* Copyright Gerhard Rieger 2001-2004 */
|
||||
/* Copyright Gerhard Rieger 2001-2008 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
/* idea of a low level data description language. currently only a most
|
||||
|
@ -79,7 +79,7 @@ int dalan(const char *line, char *data, size_t *p, size_t n) {
|
|||
size_t p1 = *p;
|
||||
char c;
|
||||
|
||||
fputs(line, stderr); fputc('\n', stderr);
|
||||
/*fputs(line, stderr); fputc('\n', stderr);*/
|
||||
while (c = *line++) {
|
||||
switch (c) {
|
||||
case ' ':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue