diff -r 751d770bb5e3 -r 91d017614dde as_slot.cpp --- a/as_slot.cpp Sun Dec 14 13:31:29 2008 +0100 +++ b/as_slot.cpp Mon Dec 15 12:39:28 2008 +0100 @@ -1659,7 +1659,7 @@ Astuple Singlerow; // A single row of AS data QString *pOrbargv = new QString(TITRAQ_ORBINIT); - int nCount = pOrbargv->contains(' '); + int nCount = pOrbargv->count(' '); int nNamesize = 0; // Build a false incoming argv with which we initialize the ORB