summaryrefslogtreecommitdiffhomepage
path: root/src/driver/slbt_driver_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/slbt_driver_ctx.c')
-rw-r--r--src/driver/slbt_driver_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c
index cac449e..a2e71df 100644
--- a/src/driver/slbt_driver_ctx.c
+++ b/src/driver/slbt_driver_ctx.c
@@ -368,7 +368,7 @@ static int slbt_split_argv(
*dargv++ = dst;
*dst++ = '-';
*dst++ = 'L';
- strcpy(dst,&argv[++i][15]);
+ strcpy(dst,&argv[i][15]);
dst += strlen(dst)+1;
} else {
fcopy = true;