ExecProcAppend() wasn't called ExecAppend() because the latter name was

Neil Conway <neilc@samurai.com>

Commit: be8eafa09d1ce3669fc9bc11633e536c64543284
Author: Neil Conway <neilc@samurai.com>
Date: 2004-09-24T01:36:37Z
Releases: 8.0.0
ExecProcAppend() wasn't called ExecAppend() because the latter name was
formerly used in execMain. Since that is no longer the case, this patch
renames ExecProcAppend() to ExecAppend() for the sake of consistency.

Files