Sfoglia il codice sorgente

*** empty log message ***

Darren Ranalli 25 anni fa
parent
commit
f3068ee1bc
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      panda/src/express/patchfile.cxx

+ 8 - 0
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)
+////////////////////
 ////////////////////////////////////////////////////////////////////
 
 ////////////////////////////////////////////////////////////////////