Changeset 64 for cpp/gdk/geno.cpp


Ignore:
Timestamp:
01/28/11 23:29:40 (13 years ago)
Author:
Maciej Komosinski
Message:

a lot of minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/geno.cpp

    r5 r64  
    1 // This file is a part of Framsticks GDK library.
    2 // Copyright (C) 2002-2006  Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.frams.alife.pl/ for further information.
     1// This file is a part of the Framsticks GDK library.
     2// Copyright (C) 2002-2011  Szymon Ulatowski.  See LICENSE.txt for details.
     3// Refer to http://www.framsticks.com/ for further information.
    44
    55#include "geno.h"
     
    173173        else
    174174                out+="/*";
    175         out+=format;
     175        if (format==0)
     176                out+="invalid";
     177        else
     178                out+=format;
    176179        if (multiline)
    177180                out+="\n";
Note: See TracChangeset for help on using the changeset viewer.