From: <di...@us...> - 2021-03-29 15:10:21
|
Revision: 3764 http://sourceforge.net/p/ftm/code/3764 Author: diemo Date: 2021-03-29 15:10:18 +0000 (Mon, 29 Mar 2021) Log Message: ----------- spelling Modified Paths: -------------- trunk/ftm/ftmlib/ftmlib.c trunk/ftm/ftmlib/ftmsdif.c Modified: trunk/ftm/ftmlib/ftmlib.c =================================================================== --- trunk/ftm/ftmlib/ftmlib.c 2021-03-29 15:08:08 UTC (rev 3763) +++ trunk/ftm/ftmlib/ftmlib.c 2021-03-29 15:10:18 UTC (rev 3764) @@ -855,7 +855,7 @@ int ftmlib_init(void) { - /* check if already initilaized */ + /* check if already initialized */ if(ftm_version_symbol != NULL) return 0; Modified: trunk/ftm/ftmlib/ftmsdif.c =================================================================== --- trunk/ftm/ftmlib/ftmsdif.c 2021-03-29 15:08:08 UTC (rev 3763) +++ trunk/ftm/ftmlib/ftmsdif.c 2021-03-29 15:10:18 UTC (rev 3764) @@ -57,7 +57,7 @@ FTS_MODULE_INIT(sdif) { #if FTMSDIF_DEBUG - fts_post("ftmsdif: config\n"); + fts_post("ftmsdif: config (SdifInitialised %d at %p)\n", gSdifInitialised, &gSdifInitialised); #endif /* init sdif library, set callbacks to be called in case of @@ -78,7 +78,7 @@ FTS_MODULE_INIT_CALL(seqsdif) #if FTMSDIF_DEBUG - fts_post ("ftmsdif: config end\n"); + fts_post ("ftmsdif: config end (SdifInitialised %d)\n", gSdifInitialised); #endif } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |