From f3068ee1bce5788669172f3ba7d37588865302a9 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Wed, 3 Jan 2001 22:54:05 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/express/patchfile.cxx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/panda/src/express/patchfile.cxx b/panda/src/express/patchfile.cxx index be639cf597..12ca55bb8e 100644 --- a/panda/src/express/patchfile.cxx +++ b/panda/src/express/patchfile.cxx @@ -132,6 +132,14 @@ cleanup(void) { //////////////////////////////////////////////////////////////////// ///// PATCH FILE APPLY MEMBER FUNCTIONS +///// +//////////////////// +///// NOTE: this patch-application functionality is unfortunately +///// duplicated in the Installer. It is contained in the file +///// installerApplyPatch.cxx +///// PLEASE MAKE SURE THAT FILE GETS UPDATED IF ANY OF THIS +///// LOGIC CHANGES! (i.e. if the patch file format changes) +//////////////////// //////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////