mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2017-12-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed bugs that caused the build to break under Windows.
This commit is contained in:
@@ -49,7 +49,7 @@ bool RDTextFile(const QString &data)
|
||||
editor=getenv("VISUAL");
|
||||
}
|
||||
#ifdef WIN32
|
||||
QString tempfile=QString().sprintf("%s\\rd-%s",(const char *)RDTempDir(),
|
||||
QString tempfile=QString().sprintf("%s\\rd-%s",(const char *)RDTempDirectory::basePath(),
|
||||
(const char *)QTime::currentTime().toString("hhmmsszzz"));
|
||||
FILE *f=fopen(tempfile,"w");
|
||||
if(f==NULL) {
|
||||
|
||||
Reference in New Issue
Block a user