POV-Ray : Newsgroups : povray.windows : unzip the source code error : Re: unzip the source code error Server Time
1 May 2024 19:56:59 EDT (-0400)
  Re: unzip the source code error  
From: triple r
Date: 12 Feb 2009 16:05:00
Message: <web.49948e0a385abde2ef2b9ba40@news.povray.org>
"yaoyansi2" <yao### [at] yahoocomcn> wrote:
> here is the code in POVRAY_ROOT\windows\codemax\source\editview.cpp:
> L392:  if ( bMBCS )
> L393:   { chTab = _T('^'); chSpace = _T('`'); }
> L394:  else
> L395:   { chTab = _T('?); chSpace = _T('?); }

Correction (notice the extra quotes):

> L395:   { chTab = _T('?'); chSpace = _T('?'); }

At least that's what I get decompressing the source, albeit not on Windows.

 - Ricky


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.