changeset 36:b84064293541

- bugfix
author Tassilo Philipp
date Mon, 13 Apr 2020 16:28:47 +0200
parents 75fe1dec0eb4
children 8c8f848131c6
files python/pydc/pydcext.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/python/pydc/pydcext.c	Mon Apr 13 16:07:56 2020 +0200
+++ b/python/pydc/pydcext.c	Mon Apr 13 16:28:47 2020 +0200
@@ -227,6 +227,7 @@
 						case DC_SIGCHAR_CC_SYSCALL:          dcMode(gpCall, DC_CALL_SYS_DEFAULT         ); break;
 					}
 				}
+				--pos; // didn't count as arg
 			}
 			break;