Line endings changes
This commit is contained in:
parent
1cd0506c3c
commit
0166015c4d
3 changed files with 1795 additions and 1795 deletions
3528
TerraGear.dsp
3528
TerraGear.dsp
File diff suppressed because it is too large
Load diff
|
@ -1,29 +1,29 @@
|
|||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "TerraGear"=".\TerraGear.dsp" - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Global:
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<3>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "TerraGear"=".\TerraGear.dsp" - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Global:
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<3>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
|
|
@ -578,7 +578,7 @@ void set_safe_bdry()
|
|||
char loc_width[5]; // LOCALIZER WIDTH 4 N 4-27
|
||||
char thd_crossing_hgt[3]; // THRESHOLD CROSSING HEIGHT 2 N 4-28
|
||||
char dme_bias[3]; // ILS DME BIAS 2 N 4-29
|
||||
// char cycle_date[5]; // cycle date 4 n 4-30
|
||||
// char cycle_date[5]; // cycle date 4 n 4-30
|
||||
|
||||
|
||||
//******************************** ils elevation capture
|
||||
|
@ -4584,7 +4584,7 @@ void read_ils()
|
|||
read_field(fp_ils,(char *)&loc_width,sizeof(loc_width),tc); // LOCALIZER WIDTH 4 N 4-27
|
||||
read_field(fp_ils,(char *)&thd_crossing_hgt,sizeof(thd_crossing_hgt),tc); // THRESHOLD CROSSING HEIGHT 2 N 4-28
|
||||
read_field(fp_ils,(char *)&dme_bias,sizeof(dme_bias),tc); // ILS DME BIAS 2 N 4-29
|
||||
read_field(fp_ils,(char *)&cycle_date,sizeof(cycle_date),tc2); // cycle date 4 n 4-30
|
||||
read_field(fp_ils,(char *)&cycle_date,sizeof(cycle_date),tc2); // cycle date 4 n 4-30
|
||||
|
||||
if (rwy_ident_ref[0]=='\0') {
|
||||
strncpy( (char *) rwy_ident_ref, (char *) rwy_ident,sizeof(rwy_ident));
|
||||
|
|
Loading…
Add table
Reference in a new issue