| # | Line 58 | Line 58 | static const char ROW_DONE[] = "ROW FINISHED\n"; | |
|---|---|---|
| 58 | static RcontribMod * | |
| 59 | NewRcMod(const char *prms, const char *binexpr, int ncbins) | |
| 60 | { | |
| 61 | + | if (binexpr && !*binexpr) binexpr = NULL; |
| 62 | if (!prms) prms = ""; | |
| 63 | if ((ncbins > 1) & !binexpr) { | |
| 64 | error(USER, "missing bin expression"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |