mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add some development notes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1649 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3a40d47b33
commit
7270d9e51e
@ -238,6 +238,12 @@ xaccSessionBeginFile (Session *sess, const char * filefrag)
|
|||||||
* triplet filename-host-process, otherwise accidental
|
* triplet filename-host-process, otherwise accidental
|
||||||
* aliases can occur.
|
* aliases can occur.
|
||||||
*/
|
*/
|
||||||
|
/* appearently, even this code may not work for some NFS
|
||||||
|
* implementations. In the long run, I am told that
|
||||||
|
* ftp.debian.org
|
||||||
|
* /pub/debian/dists/unstable/main/source/libs/liblockfile_0.1-6.tar.gz
|
||||||
|
* provides a better long-term solution.
|
||||||
|
*/
|
||||||
strcpy (pathbuf, sess->lockfile);
|
strcpy (pathbuf, sess->lockfile);
|
||||||
path = strrchr (pathbuf, '.');
|
path = strrchr (pathbuf, '.');
|
||||||
sprintf (path, ".%lx.%d.LNK", gethostid(), getpid());
|
sprintf (path, ".%lx.%d.LNK", gethostid(), getpid());
|
||||||
|
Loading…
Reference in New Issue
Block a user