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

rubund-guest pushed a commit to branch master
in repository fyba.

commit 8b58e84bc05116af50947cf0d975c831a7ce7486
Author: Anders Einar Hilden <hilde...@gmail.com>
Date:   Tue Oct 22 22:08:34 2013 +0200

    Fix deprecated warning
---
 src/FYBA/FYLI.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/FYBA/FYLI.cpp b/src/FYBA/FYLI.cpp
index 0bc7c26..6afd4c3 100644
--- a/src/FYBA/FYLI.cpp
+++ b/src/FYBA/FYLI.cpp
@@ -1536,7 +1536,7 @@ static short LI_ReadAdm(LC_FILADM *pFil)
 
    // Marker at basen er �pnet
    pFil->sIdxOpen = UT_TRUE;
-   pFil->ulPid = getpid();
+   pFil->ulPid = _getpid();
 
    // Skriv
    fseek(pF,0L,SEEK_SET);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/fyba.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to