mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Minor fixes and warning removals for VC7.
This commit is contained in:
parent
7381243506
commit
6a4e8f235c
22 changed files with 192 additions and 97 deletions
|
|
@ -59,8 +59,7 @@ void TemporaryFile::createTempFile (const File& parentDirectory, String name,
|
|||
if ((optionFlags & useHiddenFile) != 0)
|
||||
name = T(".") + name;
|
||||
|
||||
temporaryFile = parentDirectory.getNonexistentChildFile (name, targetFile.getFileExtension(),
|
||||
(optionFlags & putNumbersInBrackets) != 0);
|
||||
temporaryFile = parentDirectory.getNonexistentChildFile (name, suffix, (optionFlags & putNumbersInBrackets) != 0);
|
||||
}
|
||||
|
||||
TemporaryFile::~TemporaryFile()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue