[Pkg-privacy-commits] [libgsecuredelete] 46/168: Fix build with vala 0.7.10.

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 20:06:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository libgsecuredelete.

commit 1764c1d802b0a6403d53ed0b37a25adea93dfaa2
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Sun Feb 14 00:33:56 2010 +0100

    Fix build with vala 0.7.10.
    
    See Vala's commit 940dc8eefed5613e8f32a4cf0c2ff3d0ab44d331 and
    bugzilla.gnome.org bug #584065.
---
 gsecuredelete/async-operation.vala | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gsecuredelete/async-operation.vala b/gsecuredelete/async-operation.vala
index 6e82786..430d7d3 100644
--- a/gsecuredelete/async-operation.vala
+++ b/gsecuredelete/async-operation.vala
@@ -123,7 +123,7 @@ namespace Gsd
     protected int   fd_out;
     protected int   fd_err;
     private bool    _busy = false;
-    private string  _path;
+    private string  _path = null;
     private string  _path_default = null;
     
     /* signals */
@@ -167,7 +167,6 @@ namespace Gsd
           this._path = this._path_default;
         }
       }
-      default = null;
     }
     /** AsyncOperation: busy:
      * Whether the operation object is busy. A busy operation cannot be reused

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libgsecuredelete.git



More information about the Pkg-privacy-commits mailing list