[fyba] 33/77: Fix deprecated warning

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Sep 22 15:11:26 UTC 2014


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 <hildenae at 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



More information about the Pkg-grass-devel mailing list