aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/regchan/libkviregchan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/regchan/libkviregchan.cpp b/src/modules/regchan/libkviregchan.cpp
index 6b6ca7e2f..2010b524f 100644
--- a/src/modules/regchan/libkviregchan.cpp
+++ b/src/modules/regchan/libkviregchan.cpp
@@ -209,7 +209,7 @@ static bool regchan_kvs_cmd_showlist(KviKvsModuleCommandCall * c)
KviPointerHashTableIterator<const char *,KviStr> pit(*(ch->propertyDict()));
while(KviStr * s = pit.current())
{
- c->window()->output(KVI_OUT_SYSTEMMESSAGE,__tr2qs(" Property: %s=%s"),pit.currentKey(),s->ptr());
+ c->window()->output(KVI_OUT_SYSTEMMESSAGE,__tr2qs(" Property: %s=%s"),pit.currentKey(),s->ptr());
++pit;
}
}