mirror of
https://github.com/acpica/acpica/
synced 2025-01-27 19:55:25 +03:00
fix CnP error
date 2002.12.17.21.20.00; author agrover; state Exp;
This commit is contained in:
parent
57ebb833e2
commit
4a07cf1dff
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: asfile - Main module for the acpi source processor utility
|
||||
* $Revision: 1.19 $
|
||||
* $Revision: 1.20 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -604,7 +604,7 @@ AsProcessOneFile (
|
||||
/* Generate the target pathname and write the file */
|
||||
|
||||
OutPathname = calloc (MaxPathLength + strlen (Filename) + 2 + strlen (TargetPath), 1);
|
||||
if (!Pathname)
|
||||
if (!OutPathname)
|
||||
{
|
||||
printf ("Could not allocate buffer for file pathnames\n");
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user