merged with 1697 revision of trunk (which is post-rc1 but pre-rc2
git-svn-id: svn://localhost/ardour2/branches/2.1-staging@1698 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -23,7 +23,7 @@ PBD::stacktrace (std::ostream& out, int levels)
|
||||
|
||||
printf ("Obtained %zd stack frames.\n", size);
|
||||
|
||||
for (i = 0; i < size && (levels == 0 || i < levels); i++) {
|
||||
for (i = 0; i < size && (levels == 0 || i < size_t(levels)); i++) {
|
||||
out << strings[i] << std::endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user