Opened 10 years ago

Closed 10 years ago

#74 closed defect (fixed)

Support for more then 10 views

Reported by: kwegner Owned by: tech
Priority: trivial Component: HTM software
Version: Keywords:
Cc: tech, jct-3v@…

Description

Currently view dependent options from configuration file are parsed wrong. In particular more than 10 views cannot be parsed correctly. Following bugfix solves the problem

In file program_options_lite.h,line 389 following should be added
cNameBuffer .resize( name.size() + 10 );

Change history (2)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc tech jct-3v@… added

comment:2 Changed 10 years ago by tech

  • Resolution set to fixed
  • Status changed from new to closed

Same as ticket 62. The bug is fixed in branches/HTM-11.2-dev0 Rev. 1033 and will be part of a future HM release.

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • Gerhard Tech(Owner, Subscriber, Participant, Always)
  • jct-3v@…(Subscriber)
  • Karsten Suehring(Always)
  • Krzysztof Wegner(Reporter)