浏览代码

*** empty log message ***

Darren Ranalli 25 年之前
父节点
当前提交
f3068ee1bc
共有 1 个文件被更改,包括 8 次插入0 次删除
  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)
+////////////////////
 ////////////////////////////////////////////////////////////////////
 
 ////////////////////////////////////////////////////////////////////