Codebase list xapp / e94f3a0
sn-item.c: Fix typo. Michael Webster 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
322322
323323 while (g_variant_iter_loop (iter, "(ii@ay)", &width, &height, &byte_array_var))
324324 {
325 if (width > 0 & height > 0 && byte_array_var != NULL &&
325 if (width > 0 && height > 0 && byte_array_var != NULL &&
326326 ((width * height) > (largest_width * largest_height)))
327327 {
328328 gsize data_size = g_variant_get_size (byte_array_var);