Check-in Number:
|
4341 | |
Date: |
2004-Jan-15 16:36:51 (local)
2004-Jan-15 15:36:51 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix implementation bug |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/uuid_bm.h 1.2 -> 1.3
--- uuid_bm.h 2004/01/15 13:41:36 1.2
+++ uuid_bm.h 2004/01/15 15:36:51 1.3
@@ -62,7 +62,7 @@
/* generate the value 2^n */
#define BM_POW2(n) \
- BM_BIT(1,n)
+ BM_BIT(n,1)
/* shift word w k bits to the left or to the right */
#define BM_SHL(w,k) \
|
|