Common subdirectories: scratch/GUI and src/GUI
Common subdirectories: scratch/blocks and src/blocks
Common subdirectories: scratch/contrib and src/contrib
diff -C 2 -P scratch/ctk_HMM_builder.cpp src/ctk_HMM_builder.cpp
*** scratch/ctk_HMM_builder.cpp	Wed May 30 15:41:38 2001
--- src/ctk_HMM_builder.cpp	Wed May 30 15:47:56 2001
***************
*** 11,14 ****
--- 11,16 ----
  /******************************************************************************/
  
+ // Patch Applied: v1.1.2_1 - ctk_HMM_builder.cpp - May 30, 2001 - fscanf to use %g rather than %f when reading HMM file
+ 
  #include <math.h>
  #include <algorithm>
***************
*** 26,30 ****
  /******************************************************************************/
  
! static const char *HMM_FLOAT_FORMAT = "%f";
  
  /******************************************************************************/
--- 28,32 ----
  /******************************************************************************/
  
! static const char *HMM_FLOAT_FORMAT = "%g";  // Change from "%f" by patch v1.1.2_1
  
  /******************************************************************************/
diff -C 2 -P scratch/patch_list src/patch_list
*** scratch/patch_list	Thu Jan  1 01:00:00 1970
--- src/patch_list	Wed May 30 15:45:21 2001
***************
*** 0 ****
--- 1 ----
+ v1.1.2_1.patch - ctk_HMM_builder.cpp - May 30, 2001 - fscanf to use %g rather than %f when reading HMM files
Common subdirectories: scratch/sys and src/sys
