projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use sideband also for challenge response.
[paraslash.git]
/
stat.c
diff --git
a/stat.c
b/stat.c
index
27ffab5
..
d631239
100644
(file)
--- a/
stat.c
+++ b/
stat.c
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 2005-20
09
Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-20
12
Andre Noll <maan@systemlinux.org>
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
@@
-27,7
+27,7
@@
* \param item_handler Function to call for each complete item.
*
* \return Negative on errors, the number of bytes _not_ passed to \a
* \param item_handler Function to call for each complete item.
*
* \return Negative on errors, the number of bytes _not_ passed to \a
- * item_handler.
+ * item_handler
on success
.
*
* Status items are expected in the format used by parser-friendly output mode
* of the stat command of para_client/para_audioc.
*
* Status items are expected in the format used by parser-friendly output mode
* of the stat command of para_client/para_audioc.
@@
-77,7
+77,5
@@
int for_each_stat_item(char *item_buf, size_t num_bytes,
assert(len >= 0 && buf <= item_buf + num_bytes);
}
assert(len >= 0);
assert(len >= 0 && buf <= item_buf + num_bytes);
}
assert(len >= 0);
- if (len && len != num_bytes)
- memmove(item_buf, item_buf + num_bytes - len, len);
return len;
}
return len;
}