Palete/Javascript.vala
authorAlan Knowles <alan@roojs.com>
Wed, 17 Sep 2014 11:08:34 +0000 (19:08 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 17 Sep 2014 11:08:34 +0000 (19:08 +0800)
Palete/Javascript.vala

index 955537c..86354e8 100644 (file)
@@ -82,7 +82,7 @@ namespace Palete {
                        var exo = ex.to_object(ctx, null);
                        unowned JSCore.PropertyNameArray property_names = exo.copy_property_names (ctx);
 
-                       printf("got %d props\n", property_names.get_count());
+                       printf("got %f props\n", property_names.get_count());
                        
                        JSCore.String js_string = exo.to_string_copy (ctx, null);
                        char *c_string = new char[1024];