X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=prvm_edict.c;h=17c625f10de68dbcf2fc1fa2ee7da97a97123631;hb=3f42114b7c39aa725ee71230e8434acc79be74c2;hp=98b1b9824581801779914fc5e388a1537ead9832;hpb=cd7454f9df6b152a24c5a28750041d27023fbc1f;p=xonotic%2Fdarkplaces.git diff --git a/prvm_edict.c b/prvm_edict.c index 98b1b982..17c625f1 100644 --- a/prvm_edict.c +++ b/prvm_edict.c @@ -422,7 +422,7 @@ char *PRVM_ValueString (etype_t type, prvm_eval_t *val) sprintf (line, "pointer"); break; default: - sprintf (line, "bad type %i", type); + sprintf (line, "bad type %i", (int) type); break; }