[haiku-bugs] [Haiku] #11721: [BTextView] Typo memset(runArray, 0, sizeof(size))

  • From: "Janus" <trac@xxxxxxxxxxxx>
  • Date: Thu, 08 Jan 2015 18:24:22 -0000

#11721: [BTextView] Typo memset(runArray, 0, sizeof(size))
----------------------------+------------------------------
 Reporter:  Janus           |        Owner:  stippi
     Type:  bug             |       Status:  new
 Priority:  normal          |    Milestone:  R1
Component:  User Interface  |      Version:  R1/Development
 Keywords:                  |   Blocked By:
 Blocking:                  |  Has a Patch:  0
 Platform:  All             |
----------------------------+------------------------------
 In the method AllocRunArray the line memset(runArray, 0, sizeof(size))
 should be memset(runArray, 0, size) (Line  2706)

--
Ticket URL: <https://dev.haiku-os.org/ticket/11721>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: