Extra lines in 1st before 6 in 2nd (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line 6; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line Δ6)
** Program: Utilities.c.o
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line 9; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line 8)
Extra lines in 2nd before 13 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line Δ13; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line 12:19)
/* You may incorporate this sample code into your applications without
** restriction, though the sample code has been provided "AS IS" and the
** responsibility for its operation is 100% yours. However, what you are
** not permitted to do is to redistribute the source as "DSC Sample Code"
** after having made changes. If you're going to re-distribute the source,
** we require that you make it clear in the source that the code was
** descended from Apple Sample Code, but that you've made changes. */
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line 2932:2934; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line 2939:2944)
ctlWindow->txFont = txFont;
ctlWindow->txSize = txSize;
ctlWindow->txFace = txFace;
GetPort(&oldPort);
SetPort(ctlWindow);
TextFont(txFont);
TextSize(txSize);
TextFace(txFace);
SetPort(oldPort);
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line 2947; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line 2957)
ctlWindow->txFace = cinfo.fontStyle;
TextFace(cinfo.fontStyle);
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line 2951:2952; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line 2961:2962)
ctlWindow->txFont = fnum;
ctlWindow->txSize = cinfo.fontSize;
TextFont(fnum);
TextSize(cinfo.fontSize);
Extra lines in 1st before 3017 in 2nd (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:Utilities.c"; Line 3007; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:Utilities.c"; Line Δ3017)