diff options
-rw-r--r-- | xine/post.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xine/post.c b/xine/post.c index 4f44fa05..e47498cc 100644 --- a/xine/post.c +++ b/xine/post.c @@ -351,7 +351,7 @@ void pplugin_parse_and_store_post(fe_t *fe, int plugin_type, #if 1 if(SysLogLevel > 2) { /* dump list of all loaded plugins */ - int ptot = *_post_elements_num + num; + int ptot = *_post_elements_num; int i; char s[4096]=""; for(i=0; i<ptot; i++) |