remove v4l/lml/buz, add symbolic folders, more xlat update, yuyv fixes, v4l2 upgrades
[goodguy/history.git] / cinelerra-5.1 / guicast / thread.C
index 3d817272221f3049dba6e633d3ba72f9c256dab4..355d23d551561cb0dd236fa7b508597cad1556b3 100644 (file)
@@ -316,7 +316,7 @@ void Thread::dump_threads(FILE *fp)
 {
        int i = thread_list.size();
        while( --i >= 0 ) {
-               fprintf(fp, "thread %016lx, owner %016lx, %s\n",
+               fprintf(fp, "thread 0x%012lx, owner 0x%012lx, %s\n",
                        (unsigned long)thread_list[i]->tid, (unsigned long)thread_list[i]->owner,
                        thread_list[i]->name);
        }