summaryrefslogtreecommitdiffstats
path: root/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/msg.c b/msg.c
index 733514e4..29277104 100644
--- a/msg.c
+++ b/msg.c
@@ -1446,7 +1446,6 @@ char *MsgGetProp(msg_t *pMsg, struct templateEntry *pTpe,
/* skip to the start of the substring (can't do pointer arithmetic
* because the whole string might be smaller!!)
*/
- // ++iFrom; /* nbr of chars to skip! */
while(*pRes && iFrom) {
--iFrom;
++pRes;