removed potential infinite recursion from tsForceSoftSync()

This commit is contained in:
Jeff Hill
1999-02-11 17:02:34 +00:00
parent e68f130831
commit b4ba1b10c2
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -12,6 +12,9 @@ of this distribution.
**********************************************************************/
/*
* $Log$
* Revision 1.28 1998/10/06 18:09:28 mrk
* fixed sync bugs
*
* Revision 1.27 1998/09/29 14:11:02 mrk
* TSsetClockFromUnix was made global
*
@@ -1733,7 +1736,6 @@ static long TSgetCurrentTime(struct timespec* ts)
static long TSforceSoftSync(int Card)
{
semGive(TSdata.sync_occurred);
TSforceSync(0);
return 0;
}
+3 -1
View File
@@ -12,6 +12,9 @@ of this distribution.
**********************************************************************/
/*
* $Log$
* Revision 1.28 1998/10/06 18:09:28 mrk
* fixed sync bugs
*
* Revision 1.27 1998/09/29 14:11:02 mrk
* TSsetClockFromUnix was made global
*
@@ -1733,7 +1736,6 @@ static long TSgetCurrentTime(struct timespec* ts)
static long TSforceSoftSync(int Card)
{
semGive(TSdata.sync_occurred);
TSforceSync(0);
return 0;
}