Commit bc629c90 authored by dimitri's avatar dimitri

Release-1.2.15-20020407

parent 63962ead
/****************************************************************************** /******************************************************************************
* *
* * $Id$
* *
* *
* Copyright (C) 1997-2002 by Dimitri van Heesch. * Copyright (C) 1997-2002 by Dimitri van Heesch.
...@@ -2229,7 +2229,7 @@ static void transferFunctionDocumentation() ...@@ -2229,7 +2229,7 @@ static void transferFunctionDocumentation()
{ {
decA->docs = defA->docs.copy(); decA->docs = defA->docs.copy();
} }
else if (!defA->docs.isEmpty() && defA->docs.isEmpty()) else if (defA->docs.isEmpty() && !decA->docs.isEmpty())
{ {
defA->docs = decA->docs.copy(); defA->docs = decA->docs.copy();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment