Merge pull request #929 from omar-polo/fmt
Use proper printf directive for uint64_t
This commit is contained in:
@@ -539,8 +539,8 @@ static bool initialize_backend(session_t *ps) {
|
||||
} else {
|
||||
shader->attributes = 0;
|
||||
}
|
||||
log_debug("Shader %s has attributes %ld", shader->key,
|
||||
shader->attributes);
|
||||
log_debug("Shader %s has attributes %" PRIu64,
|
||||
shader->key, shader->attributes);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user