Nicolas Cannasse 12 years ago
parent
commit
c0645342f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/sys/db/Manager.hx

+ 1 - 0
std/sys/db/Manager.hx

@@ -192,6 +192,7 @@ class Manager<T : Object> {
 	}
 
 	inline function hasBinaryChanged( a : haxe.io.Bytes, b : haxe.io.Bytes ) {
+		var a = a; // tmp fix for issue #1268
 		return a != b && (a == null || b == null || a.compare(b) != 0);
 	}