[haiku-commits] Re: BRANCH midar-github.master - src/apps/terminal

  • From: Axel DÃrfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 18 Nov 2012 21:34:31 +0100

On 11/18/2012 06:48 PM, midar-github.master wrote:
-       UTF8Char pattern[patternByteLen];
+       std::vector<UTF8Char> pattern(patternByteLen);

Out of curiosity: what's the problem here for clang?

Bye,
   Axel.


Other related posts: