summaryrefslogtreecommitdiff
path: root/apps/gui/wps_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_parser.c')
-rw-r--r--apps/gui/wps_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c
index 0617ed2c1a..5f1149968f 100644
--- a/apps/gui/wps_parser.c
+++ b/apps/gui/wps_parser.c
@@ -947,7 +947,7 @@ bool wps_data_load(struct wps_data *wps_data,
947 return false; 947 return false;
948 948
949 /* get buffer space from the plugin buffer */ 949 /* get buffer space from the plugin buffer */
950 unsigned int buffersize = 0; 950 size_t buffersize = 0;
951 char *wps_buffer = (char *)plugin_get_buffer(&buffersize); 951 char *wps_buffer = (char *)plugin_get_buffer(&buffersize);
952 952
953 if (!wps_buffer) 953 if (!wps_buffer)