• Show log

    Commit

  • Hash : 2c4b7707
    Author : Shawn O. Pearce
    Date : 2008-12-31T16:06:48

    Add git__fmt as an easier to use snprintf Checking the return value of snprintf is a pain, as it must be >= 0 and < sizeof(buffer). git__fmt is a simple wrapper to perform these checks. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>