Skip to content
Snippets Groups Projects
  1. Jan 18, 2012
  2. Feb 02, 2007
  3. Aug 04, 2004
    • Rene Brun's avatar
      From Philippe: · 478a95bc
      Rene Brun authored
      in the code on Hello.cxx where somebody wrote:
         tmp = (char*)GetTitle(); // where title was initialized to the empty string
         tmp[0] = ch;
      The problem is that GetTitle does
         return fTitle.Data();
      and via some more or complex code this ends up doing the equivalent of
         return gNullStringRef->Data();
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@9671 27541ba8-7e3a-0410-8455-c3a389f83636
      478a95bc
  4. Dec 14, 2000
  5. May 16, 2000
Loading