On 2014-11-26 at 06:35, Fam Zheng wrote:
On Mon, 11/24 10:43, Max Reitz wrote:
@@ -1209,7 +1218,13 @@ int bdrv_open_backing_file(BlockDriverState *bs, QDict 
*options, Error **errp)
          QDECREF(options);
          goto free_exit;
      } else {
-        bdrv_get_full_backing_filename(bs, backing_filename, PATH_MAX);
+        bdrv_get_full_backing_filename(bs, backing_filename, PATH_MAX, 
&local_err);
Over 80 charaters?

Oops, will fix, thanks.

Max

Reply via email to