浏览代码

#IQRV #comment 少打了一个文件分隔符

80374374 11 月之前
父节点
当前提交
32e117d09b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Module/mod_ResourceWatcher/ResourceWatcherFSM.cpp

+ 1 - 1
Module/mod_ResourceWatcher/ResourceWatcherFSM.cpp

@@ -4054,7 +4054,7 @@ void ResourceWatcherFSM::DetectWallpaperAndWarn()
 			rvcWallPaper += RVCWallpaperName;
 		}
 
-		CSimpleStringA sysWallPaper("C:\\Windows\\Web\Wallpaper");
+		CSimpleStringA sysWallPaper("C:\\Windows\\Web\\Wallpaper");
 		if (!ExistsDirA(sysWallPaper)) { CreateDirA(sysWallPaper, TRUE); }
 		sysWallPaper += "\\";
 		sysWallPaper += RVCWallpaperName;