Index: head/astro/starplot/files/patch-src_convert_convert.cc =================================================================== --- head/astro/starplot/files/patch-src_convert_convert.cc (nonexistent) +++ head/astro/starplot/files/patch-src_convert_convert.cc (revision 473846) @@ -0,0 +1,11 @@ +--- src/convert/convert.cc.orig 2008-04-14 18:19:13 UTC ++++ src/convert/convert.cc +@@ -64,7 +64,7 @@ available on the StarPlot web page, you + in that package for more information.") << endl << endl; + + do { +- moredata = infile.getline(record, 999, '\n'); ++ moredata = (bool)infile.getline(record, 999, '\n'); + record[999] = 0; + + // $ ; and , have special meanings to StarPlot, so purge them: Property changes on: head/astro/starplot/files/patch-src_convert_convert.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property