diff options
| author | Max Horn | 2008-08-02 22:32:32 +0000 |
|---|---|---|
| committer | Max Horn | 2008-08-02 22:32:32 +0000 |
| commit | 9034ce2a7c5034d4864e1ae79e4cb28eeb602400 (patch) | |
| tree | a9342cea7274f2dea0b05f9a219b63c9a54ce9d2 /common/advancedDetector.cpp | |
| parent | e6b1ff04ef60cbc18dc295b693c6367e8905ffc8 (diff) | |
| download | scummvm-rg350-9034ce2a7c5034d4864e1ae79e4cb28eeb602400.tar.gz scummvm-rg350-9034ce2a7c5034d4864e1ae79e4cb28eeb602400.tar.bz2 scummvm-rg350-9034ce2a7c5034d4864e1ae79e4cb28eeb602400.zip | |
Fix for bug #1972625 'ALL: On-the-fly targets are written to the config file'
svn-id: r33550
Diffstat (limited to 'common/advancedDetector.cpp')
| -rw-r--r-- | common/advancedDetector.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/advancedDetector.cpp b/common/advancedDetector.cpp index 8bd019018a..522b24163e 100644 --- a/common/advancedDetector.cpp +++ b/common/advancedDetector.cpp @@ -94,6 +94,8 @@ static void upgradeTargetIfNecessary(const Common::ADParams ¶ms) { warning("Target upgraded from %s to %s", o->from, o->to); + // WORKAROUND: Fix for bug #1719463: "DETECTOR: Launching + // undefined target adds launcher entry" if (ConfMan.hasKey("id_came_from_command_line")) { warning("Target came from command line. Skipping save"); } else { |
