Commit f828611b authored by John Ballance's avatar John Ballance
Browse files

Corrected 'interlaced:' to 'interlaced'

Detail:
Admin:


Version 0.42. Tagged as 'ScrModes-0_42'
parent 36800dfd
/* (0.41) /* (0.42)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1. * Last processed by srccommit version: 1.1.
* *
*/ */
#define Module_MajorVersion_CMHG 0.41 #define Module_MajorVersion_CMHG 0.42
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 11 Feb 2015 #define Module_Date_CMHG 12 Feb 2015
#define Module_MajorVersion "0.41" #define Module_MajorVersion "0.42"
#define Module_Version 41 #define Module_Version 42
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "11 Feb 2015" #define Module_Date "12 Feb 2015"
#define Module_ApplicationDate "11-Feb-15" #define Module_ApplicationDate "12-Feb-15"
#define Module_ComponentName "ScrModes" #define Module_ComponentName "ScrModes"
#define Module_ComponentPath "castle/RiscOS/Sources/Video/UserI/ScrModes" #define Module_ComponentPath "castle/RiscOS/Sources/Video/UserI/ScrModes"
#define Module_FullVersion "0.41" #define Module_FullVersion "0.42"
#define Module_HelpVersion "0.41 (11 Feb 2015)" #define Module_HelpVersion "0.42 (12 Feb 2015)"
#define Module_LibraryVersionInfo "0:41" #define Module_LibraryVersionInfo "0:42"
...@@ -2585,7 +2585,7 @@ static _kernel_oserror *parseedid(char *ediddata, FILE *f) ...@@ -2585,7 +2585,7 @@ static _kernel_oserror *parseedid(char *ediddata, FILE *f)
fprintf(f,"\n v_timings:%d,%d,%d,%d,%d,%d",this->definition.vpar[0],this->definition.vpar[1],this->definition.vpar[2],this->definition.vpar[3],this->definition.vpar[4],this->definition.vpar[5]); fprintf(f,"\n v_timings:%d,%d,%d,%d,%d,%d",this->definition.vpar[0],this->definition.vpar[1],this->definition.vpar[2],this->definition.vpar[3],this->definition.vpar[4],this->definition.vpar[5]);
fprintf(f,"\n sync_pol:%d",this->definition.syncpol); fprintf(f,"\n sync_pol:%d",this->definition.syncpol);
if (this->definition.interlaced == 1) { if (this->definition.interlaced == 1) {
fprintf(f,"\n interlaced:"); fprintf(f,"\n interlaced");
} }
fprintf(f,"\nEndMode\n"); fprintf(f,"\nEndMode\n");
this = this->next; /* will be NULL at list end*/ this = this->next; /* will be NULL at list end*/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment