View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (+5 lines)
 Lines 485-490   char *from_format(char *str, bool_t over Link Here 
				die("from_format() -- snprintf() failed");
				die("from_format() -- snprintf() failed");
			}
			}
		}
		}
		else {
			if(snprintf(buf, BUF_SZ, "%s", str) == -1) {
				die("from_format() -- snprintf() failed");
			}
		}
	}
	}
#if 0
#if 0