mirror of
https://github.com/acpica/acpica/
synced 2025-02-15 13:04:16 +03:00
Remove extraneous output when running on unix
This commit is contained in:
parent
34e1a4c900
commit
4e5756416b
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: asfile - Main module for the acpi source processor utility
|
||||
* $Revision: 1.40 $
|
||||
* $Revision: 1.41 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -310,8 +310,11 @@ AsDetectLoneLineFeeds (
|
||||
{
|
||||
if (LineCount == LfCount)
|
||||
{
|
||||
printf ("****File has UNIX format**** (LF only, not CR/LF) %d lines, %s\n",
|
||||
LfCount, Filename);
|
||||
if (!Gbl_IgnoreLoneLineFeeds)
|
||||
{
|
||||
printf ("****File has UNIX format**** (LF only, not CR/LF) %d lines, %s\n",
|
||||
LfCount, Filename);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user