Bug 11049

Summary: Bug in rc.c file in the JOE editor
Product: [Retired] Red Hat Linux Reporter: Jxrgen Flaten <jflaten>
Component: joeAssignee: David Lawrence <dkl>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-04-26 20:09:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jxrgen Flaten 2000-04-26 00:40:21 UTC
In the function procrc() in file rc.c on line 763 there is a recursive call
to procrc to handle the :include directive in the .joerc scripts.  This
call only passes one of the two parameters that are required.  Change the
line from:
   switch(procrc(buf+x))
to:
   switch(procrc(cap,buf+x))

-- Jeff Peters

Comment 1 Trond Eivind Glomsrxd 2000-04-26 20:09:59 UTC
Thanks. I changed the rc.h as well  - the function must have been changed at
some point. The fixed version should show up in the next rawhide.