Update to the newest upstream version.
[vlp.git] / preproc / prep.cpp
index c362103312668754e25d3a7a90bb87bbd1d32748..440576841782f67938db12fc31ddf31898070bc2 100644 (file)
@@ -124,7 +124,7 @@ int main(int argc,char **argv)
         {
          IncFile *p;
          poms1=poms.mid(i+1,j-i-1);
-         p=new IncFile(poms1.data(),currentline);
+         p=new IncFile((char*)poms1.ascii(),currentline);
          poms2.sprintf("%s%s",homedir,poms1.data());
          QFile pomf(poms2.data());
          if (!pomf.open(IO_ReadOnly))