]> saetta.ns0.it Git - zakform/libzakform/commitdiff
ZakFormElement::format now returns the input value when no format specified.
authorAndrea Zagli <azagli@libero.it>
Sat, 30 Jan 2016 15:45:05 +0000 (16:45 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 30 Jan 2016 15:45:05 +0000 (16:45 +0100)
src/formelement.c

index 56c7c7ba8b02a3e08287f684545afc804f1b4cf9..94d8dc03ba60b4461cade63c956bea0a45e31363 100644 (file)
@@ -481,6 +481,10 @@ static gchar
                                        g_date_time_unref (gdt);
                                }
                }
+       else
+               {
+                       ret = g_strdup (value);
+               }
 
        return ret;
 }