src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 08:11:34 +0000 (16:11 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 08:11:34 +0000 (16:11 +0800)
src/strip.vala

index 2ff0749..7f83d23 100644 (file)
@@ -507,8 +507,8 @@ public class Strip : GLib.Object {
                                      this.mysql_escape(filename),
                                  this.mysql_escape(mime_type),
                                  this.mysql_escape(file_path),
-                                       file_size
-                                     file_size
+                                       file_size,
+                                     file_size,
                                      this.mysql_escape(chksum),
                                        this.created_date
                         ));